home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DS421.ARJ / LIST.BAT < prev    next >
DOS Batch File  |  1992-03-10  |  135b  |  10 lines

  1. echo off
  2. echo  
  3. echo No LISTER file specified - Using DOS 'type' command for listing
  4. echo  
  5. pause
  6. echo  
  7. type %1
  8. echo  
  9. pause
  10.